observations
Interface DomainInterface

All Known Implementing Classes:
DomainObject

public interface DomainInterface

DomainInterface Is a simple interface meaning every object in this domain must have a unique name.

Version:
1.0 2004-08-10
Author:
Sascha Hemminger

Method Summary
 java.lang.String getName()
          Gives the name of a particular object from the domain.
 

Method Detail

getName

public java.lang.String getName()
Gives the name of a particular object from the domain.

Returns:
name of a particular DomainObject